Click or drag to resize

AttributeCollectionAdd Method (String, String)

Adds an Attribute with the specified name and value to the collection.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public int Add(
	string name,
	string value
)

Parameters

name
Type: SystemString
The name of the Attribute to add.
value
Type: SystemString
The value of the Attribute to add.

Return Value

Type: Int32
The index of the added Attribute.
See Also